home *** CD-ROM | disk | FTP | other *** search
/ Best Tools for JAVA / Best Tools for JAVA.iso / JAVA_ALL / RMI_OS / RMI-PREB / LIB / RMIC.PRO < prev    next >
Encoding:
Text File  |  1996-11-08  |  901 b   |  29 lines

  1. rmic.class.not.found=\
  2.     Class %s not found.
  3. rmic.cant.make.stubs.for.interface=\
  4.     %s is an interface, stubs are needed only for remote object classes.
  5. rmic.must.extend.remoteobject=\
  6.     Class %s does not implement RemoteObject, only remote objects need stubs and skeletons.
  7. rmic.must.throw.remoteexception=\
  8.     %s is not a valid remote interface, method %s must throw RemoteException.
  9. rmic.must.implement.remoteobject=\
  10.     Stubs are only needed for classes that implement RemoteObject interfaces;\n\t Class %s does not, remote invocation is supported by the stubs for %s.
  11. rmic.can.mix.remote.nonremote=\
  12.     Remote interface %s may not extend a non-remote interface.
  13. rmi.stub.compiler=\
  14.     RMI Stub Compiler
  15. full.class.name=\
  16.     Full Class Name:
  17. errors=\
  18.     Compilation Messages:
  19. compile=\
  20.     Compile
  21. stop=\
  22.     Stop
  23. compile.status=\
  24.     Compile %0.
  25. compile.done=\
  26.     done
  27. compile.failed=\
  28.     failed
  29.